home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_315 / surf / main.c < prev    next >
C/C++ Source or Header  |  1992-05-06  |  205b  |  13 lines

  1. #include "scrnio.h"
  2. #include "mytypes.h"
  3.  
  4. main()
  5. {
  6.     sqrt(1.0);          /* transcedental math library to be loaded */
  7.     InitWindow();
  8.   /*  ClrWindow(true); */
  9.     SwitchBox();
  10.     CloseDisplay();
  11. }
  12.  
  13.